EMT Practice Test

1. Question Content...


Question List

Question1: The product team is rolling out a new reseller program with API's. The product owner has created Epics covering the high level requirements. The product owner delegate has asked for help creating a product backlog. What task would the product owner delegate need assistance with?

Question2: As an API Engineer you have been asked to automate the build process for Apigee deployments. You decide to build a new tool to deploy the API Bundles using the Apigee Management API. What would be the correct approach?

Question3: If a custom analytics report needs to filter based on data from the request payload, which policy would be used?

Question4: You are part of an API team working on a versioning strategy for a new API. Several members of the team disagree on how to indicate the version. According to Apigee recommended practices, what would you recommend to the team?

Question5: Which features are supported in the OAuthV2 policy? Choose 3 answers

Question6: Which describe the ResponseCache' policy in Apigee Edge?

Question7: What capabilities are provided when using the apigee-access node js module? Select all that apply

Question8: When a quota is configured with the distributed flag set to false, the number of which of the following would affect the overall allowed traffic?

Question9: Which JavaScript statement can be used to raise a fault from a JavaScript policy named "Weather"?

Question10: Which will allow me to set the number of maximum elements to be cached in memory in a particular cache resource?

Question11: Which Edge Microgateway plugin does not need to be explicitly added to the plugin sequence attribute configuration for execution?

Question12: What happens to the API request processing when more than one of the conditional flows in a proxy is matched''

Question13: Your API generates tokens to authenticate users. You have the following requirements
1. Limited token lifetime.
2. Managed key rotation.
3. Self-verifiable content.
4 Compact data representation
5. Refresh without new challenge.
You plan to use SAML2 Which two of the above-listed requirements are satisfied by using SAML2?

Question14: Your implementation has the following characteristics
1 There are multiple API Products
2 Some API proxies are part of more than one API Product.
3 Quotas are configured at the API Product level
4 In the Quota policy the count, time interval and unit is referenced using Verify API Key flow variables at runtime.
5 A single Quota policy is reused across all the products 6. Each app is assigned to exactly one product.
You need to limit the number of requests during weekends for specific products without modifying this design What should you do?

Question15: Which HTTP method would NOT be used for CRUD operations?

Question16: In which place can outbound SSL be configured?

Question17: Where does a ScriptTarget node.js application run when deployed to Edge?

Question18: You are working on a new design for an API. The backend API will set the customer to a deleted status. The customer will remain in the backend database for later cleanup. The customer can no longer be retrieved by the API once the status is set. Which method should be used at the Apigee proxy to set the deleted status?

Question19: When using a Shared Flow from a Flow Hook, which proxies will call the Shared Flow?

Question20: OAuth 2.0 Resource Owner Password Credentials grant should be used when (Select all that are correct)

Question21: What are all of the values typically set in a Raise Fault policy?

Question22: How can we add custom objects to an OpenAPI Specification 2.0?

Question23: Which versioning scheme follows Apigee's API design best practices?

Question24: Your project has just started, and you are observing that bugs are being caught in QA on features that were previously working You want to provide a self-governing mechanism for the team to identify regression bugs What should you do?

Question25: How can we specrfy the type of Security (basic auth, oauth) used by the API in OpenAPI Specification 2.0?

Question26: Use a Key Value Map when you need to store

Question27: Your client's Apigee Edge configuration uses Local Target Proxy Chaining with proxies that have monthly quotas The client has noticed that quotas are being exceeded more quickly than expected What should you do?

Question28: When populating the Quota configuration for an API product, which statement is true?

Question29: Which protocols are supported by the Message Logging policy?

Question30: Where in the proxy should you place a policy that modifies the flow variable target, url?

Question31: Which policies can be used to create or modify a request message for a service callout?

Question32: In your last release, there were unexpected errors uncovered by users within the first 24 hours The root cause analysis found that key configurations were not promoted to production You want to avoid similar release failures in your next release What should you do?

Question33: What does the variable "message.content" represent?

Question34: The backend API team has asked for metrics on the performance of an API. Which two pieces of data should you provide?

Question35: You have a single back end that needs to be exposed to customers using different API request and response payloads You need to allow these different request types without breaking existing implementations What should you do?

Question36: Which JavaScript statement can be used to raise a fault from a JavaScript policy named 'Weather"?

Question37: You are working with the product owners and uncover an opportunity for new functionality. The product owners ask you to quickly outline the desired functionality. Which approach should you use?

Question38: You need to make multiple target system calls in parallel for a single inbound request The response should return to the client app as a single object.
What should you do?

Question39: You are building a new API, and have the choice between several names for a particular field. According to Apigee recommended practices, what should you do?

Question40: Which is true about DefaultFaultRule"?

Question41: Which Apigee product feature can be used to host and version your API documentation'?